projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
35bf210
2b31978
)
Auto merge of #3842 - pwoolcoc:add-pijul-vcs-support, r=alexcrichton
author
bors
<bors@rust-lang.org>
Sat, 1 Apr 2017 06:32:23 +0000
(06:32 +0000)
committer
bors
<bors@rust-lang.org>
Sat, 1 Apr 2017 06:32:23 +0000
(06:32 +0000)
Add Pijul support to Cargo
[Pijul](https://pijul.org) is a version control system written in Rust. This commit adds the ability to create a cargo project using pijul as the vcs for the project.
To use it, run `cargo new my-awesome-project --vcs=pijul`
Trivial merge